home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / x_valin.swf / scripts / frame_4 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  79 b   |  9 lines

  1. if(percent == 100)
  2. {
  3.    gotoAndPlay(10);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(1);
  8. }
  9.